procedural$64086$ - translation to ελληνικό
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

procedural$64086$ - translation to ελληνικό

PROGRAMMING PARADIGM
Procedural programming languages; Procedural language; Procedural (programming); Procedural programming language; Procedural code; Procedure-oriented language; Procedure orientation; Procedual language

procedural      
adj. διαδικαστικός, σχετικός με τον τρόπον ενέργειας
know how         
ABILITY TO DO SOMETHING
Know how; Street smarts; Know-how; Know How; Know-How; Knowhow; Imperative knowledge; Performative knowledge; Practical knowledge; Ability knowledge
n. γνώστης

Ορισμός

rules of court
n. a set of procedural regulations adopted by courts which are mandatory upon parties and their lawyers on matters within the jurisdiction of those courts. Most states have statewide rules of court. Federal court rules are adopted by the district courts based on the Federal Rules of Procedure, and county, district and municipal court judges adopt what are called "local rules" of court. Local rules encompass the time allowed to file papers, the format of documents (including the paper colors of appeal court briefs), the number of copies to be filed, the procedure to file motions, the basis for calculating alimony and child support, fees for filing various documents and numerous other mundane but vital matters. These rules are violated or ignored at the peril of the client and his/her/its counsel. See also: procedure rule

Βικιπαίδεια

Procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published circa 1970–1972.

Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).